home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [32].lua < prev    next >
Encoding:
Text File  |  2011-02-27  |  587 b   |  15 lines

  1. -- Script [32]
  2. Starting = 0;
  3. SeaEvent = 0;
  4.  
  5. CrewID = math.random(0, CrewCount);
  6.   
  7. CrewName = GetCrewName(CrewID);
  8.  
  9. KillCrew(CrewID);
  10.  
  11. ShowStoryText("With nowhere to run, your crew scatter, finding outcroppings of rock and areas of higher ground. Sadly " .. CrewName .. " does not make it in time and you are pained to witness him enveloped in hot ash. It takes a couple of days before the ground is safe enough to move around on and you can make your way back to the ship.");
  12. AddCaptainsLog("Escaped a volcanic eruption, but not without losses to my crew.");
  13. AddDays(2);
  14.  
  15.